home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / ReadWriteString.wo / Description.plist next >
Encoding:
Text File  |  1996-03-09  |  686 b   |  35 lines

  1. {
  2. componentName = "ReadWriteString";
  3.  
  4. authors = (
  5.     {
  6.     author = "Charles Lloyd";
  7.     email = "clloyd@next.com";
  8.     image = "http://www.next.com/~clloyd/clloyd.gif";
  9.     }
  10. );
  11.  
  12. description = 
  13. "The ReadWriteString component lets you set whether a displayed string is editable.  Note: The string must be inside a form for it to be editable.";
  14.  
  15.  
  16. parameters = (
  17.  
  18. "value",
  19. "The text that the string displays in the HTML page.",
  20.  
  21. "isEditable",
  22. "Controls the editability of the string (YES|NO).  If YES, the string will be editable."
  23.  
  24. );
  25.  
  26. currentVersion = "1.0";
  27.  
  28. releaseDate = "March 4, 1996";
  29.  
  30. supportPolicy = "ExampleCode: Unsupported";
  31.  
  32. distributionPolicy = "You may freely distribute this code";
  33.  
  34. }
  35.